Home | History | Annotate | Download | only in IR

Lines Matching refs:AVal

907   APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF();
909 if (AVal.compare(BVal) == APFloat::cmpLessThan)
1027 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0));
1029 if (AVal->getZExtValue() < BVal->getZExtValue())