Lines Matching full:bval
908 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF();909 if (AVal.compare(BVal) == APFloat::cmpLessThan)1028 ConstantInt *BVal = mdconst::extract<ConstantInt>(B->getOperand(0));1029 if (AVal->getZExtValue() < BVal->getZExtValue())