Searched refs:BVEltVT (Results 1 – 1 of 1) sorted by relevance
7071 EVT BVVT, BVEltVT; in FoldConstantArithmetic() local7074 BVEltVT = BV1->getOperand(0).getValueType(); in FoldConstantArithmetic()7077 BVEltVT = BV2->getOperand(0).getValueType(); in FoldConstantArithmetic()7079 unsigned BVEltBits = BVEltVT.getSizeInBits(); in FoldConstantArithmetic()7085 SmallVector<SDValue> Ops(DstBits.size(), getUNDEF(BVEltVT)); in FoldConstantArithmetic()7089 Ops[I] = getConstant(DstBits[I].sext(BVEltBits), DL, BVEltVT); in FoldConstantArithmetic()