Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6620 EVT BVVT, BVEltVT; in FoldConstantArithmetic() local
6623 BVEltVT = BV1->getOperand(0).getValueType(); in FoldConstantArithmetic()
6626 BVEltVT = BV2->getOperand(0).getValueType(); in FoldConstantArithmetic()
6628 unsigned BVEltBits = BVEltVT.getSizeInBits(); in FoldConstantArithmetic()
6634 SmallVector<SDValue> Ops(DstBits.size(), getUNDEF(BVEltVT)); in FoldConstantArithmetic()
6638 Ops[I] = getConstant(DstBits[I].sext(BVEltBits), DL, BVEltVT); in FoldConstantArithmetic()