Home
last modified time | relevance | path

Searched refs:BVEltVT (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6303 EVT BVEltVT = BV1->getOperand(0).getValueType(); in FoldConstantArithmetic() local
6304 unsigned BVEltBits = BVEltVT.getSizeInBits(); in FoldConstantArithmetic()
6305 SmallVector<SDValue> Ops(DstBits.size(), getUNDEF(BVEltVT)); in FoldConstantArithmetic()
6309 Ops[I] = getConstant(DstBits[I].sext(BVEltBits), DL, BVEltVT); in FoldConstantArithmetic()