Home | History | Annotate | Download | only in IR

Lines Matching refs:mdconst

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));
1304 auto *CITrue = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1));
1305 auto *CIFalse = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2));
1333 auto *V = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(i));