Searched refs:AVal (Results 1 – 3 of 3) sorted by relevance
38 %AVal = load i32* @A ; <i32> [#uses=2]40 store i32 %AVal, i32* %C047 %X = sub i32 %AVal, %BVal ; <i32> [#uses=1]
38 %AVal = load i32, i32* @A ; <i32> [#uses=2]40 store i32 %AVal, i32* %C047 %X = sub i32 %AVal, %BVal ; <i32> [#uses=1]
907 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local909 if (AVal.compare(BVal) == APFloat::cmpLessThan) in getMostGenericFPMath()1027 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local1029 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()