Home | History | Annotate | Download | only in IR

Lines Matching refs:AVal

934   APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF();
936 if (AVal.compare(BVal) == APFloat::cmpLessThan)
1054 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0));
1056 if (AVal->getZExtValue() < BVal->getZExtValue())