Searched refs:BVEltVT (Results 1 – 1 of 1) sorted by relevance
5644 EVT BVEltVT = BV1->getOperand(0).getValueType(); in FoldConstantArithmetic() local5645 unsigned BVEltBits = BVEltVT.getSizeInBits(); in FoldConstantArithmetic()5646 SmallVector<SDValue> Ops(DstBits.size(), getUNDEF(BVEltVT)); in FoldConstantArithmetic()5650 Ops[I] = getConstant(DstBits[I].sext(BVEltBits), DL, BVEltVT); in FoldConstantArithmetic()