Lines Matching full:extract
907 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF();
908 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF();
970 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI));
971 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI));
975 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
979 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1)));
984 addRange(EndPoints, mdconst::extract<ConstantInt>(A->getOperand(2 * AI)),
985 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
989 addRange(EndPoints, mdconst::extract<ConstantInt>(B->getOperand(2 * BI)),
990 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1)));
1027 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0));
1028 ConstantInt *BVal = mdconst::extract<ConstantInt>(B->getOperand(0));