Home
last modified time | relevance | path

Searched refs:AVal (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
Dstore-promote.ll38 %AVal = load i32* @A ; <i32> [#uses=2]
40 store i32 %AVal, i32* %C0
47 %X = sub i32 %AVal, %BVal ; <i32> [#uses=1]
/external/llvm/test/Analysis/BasicAA/
Dstore-promote.ll38 %AVal = load i32, i32* @A ; <i32> [#uses=2]
40 store i32 %AVal, i32* %C0
47 %X = sub i32 %AVal, %BVal ; <i32> [#uses=1]
/external/llvm/lib/IR/
DMetadata.cpp907 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local
909 if (AVal.compare(BVal) == APFloat::cmpLessThan) in getMostGenericFPMath()
1027 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local
1029 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()