Lines Matching refs:extract
1171 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath()
1172 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF(); in getMostGenericFPMath()
1297 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange()
1298 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI)); in getMostGenericRange()
1302 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1))); in getMostGenericRange()
1306 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1))); in getMostGenericRange()
1311 addRange(EndPoints, mdconst::extract<ConstantInt>(A->getOperand(2 * AI)), in getMostGenericRange()
1312 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1))); in getMostGenericRange()
1316 addRange(EndPoints, mdconst::extract<ConstantInt>(B->getOperand(2 * BI)), in getMostGenericRange()
1317 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1))); in getMostGenericRange()
1355 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable()
1356 ConstantInt *BVal = mdconst::extract<ConstantInt>(B->getOperand(0)); in getMostGenericAlignmentOrDereferenceable()