Searched refs:BVal (Results 1 – 4 of 4) sorted by relevance
41 %BVal = load i32, i32* @B ; <i32> [#uses=2]43 store i32 %BVal, i32* %C147 %X = sub i32 %AVal, %BVal ; <i32> [#uses=1]
843 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local844 if (AVal.compare(BVal) == APFloat::cmpLessThan) in getMostGenericFPMath()963 ConstantInt *BVal = mdconst::extract<ConstantInt>(B->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local964 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()
1292 uint32_t BVal = B->getZExtValue(); in SelectS_BFEFromShifts() local1295 if (0 < BVal && BVal <= CVal && CVal < 32) { in SelectS_BFEFromShifts()1300 CVal - BVal, 32 - CVal); in SelectS_BFEFromShifts()
141 const APInt &BVal = CB->getValue(); in MaintainNoSignedWrap() local146 BVal.sadd_ov(CVal, Overflow); in MaintainNoSignedWrap()148 BVal.ssub_ov(CVal, Overflow); in MaintainNoSignedWrap()