Searched refs:AVal (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/Analysis/BasicAA/ |
D | store-promote.ll | 38 %AVal = load i32, i32* @A ; <i32> [#uses=2] 40 store i32 %AVal, i32* %C0 47 %X = sub i32 %AVal, %BVal ; <i32> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | store-promote.ll | 38 %AVal = load i32, i32* @A ; <i32> [#uses=2] 40 store i32 %AVal, i32* %C0 47 %X = sub i32 %AVal, %BVal ; <i32> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
D | OperationsTest.cpp | 349 Constant *AVal = UndefValue::get(ArrayTy); in TEST() local 355 EXPECT_TRUE(EVOp.SourcePreds[0].matches({}, AVal)); in TEST() 359 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, AVal)); in TEST() 378 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 0))); in TEST() 380 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 3))); in TEST() 382 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 4))); in TEST()
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 907 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Metadata.cpp | 934 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local 936 if (AVal.compare(BVal) == APFloat::cmpLessThan) in getMostGenericFPMath() 1054 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local 1056 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()
|