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]
1177 uint32_t BVal = B->getZExtValue(); in SelectS_BFEFromShifts() local1180 if (0 < BVal && BVal <= CVal && CVal < 32) { in SelectS_BFEFromShifts()1185 CVal - BVal, 32 - CVal); in SelectS_BFEFromShifts()
814 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local815 if (AVal.compare(BVal) == APFloat::cmpLessThan) in getMostGenericFPMath()
131 const APInt &BVal = CB->getValue(); in MaintainNoSignedWrap() local136 BVal.sadd_ov(CVal, Overflow); in MaintainNoSignedWrap()138 BVal.ssub_ov(CVal, Overflow); in MaintainNoSignedWrap()