Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Analysis/BasicAA/
H A Dstore-promote.ll39 %AVal = load i32, i32* @A ; <i32> [#uses=2]
41 store i32 %AVal, i32* %C0
48 %X = sub i32 %AVal, %BVal ; <i32> [#uses=1]
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp348 Constant *AVal = UndefValue::get(ArrayTy); in TEST() local
354 EXPECT_TRUE(EVOp.SourcePreds[0].matches({}, AVal)); in TEST()
358 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, AVal)); in TEST()
377 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
379 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 3))); in TEST()
381 EVOp.SourcePreds[1].matches({AVal}, ConstantInt::get(Int32Ty, 4))); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1068 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local
1070 if (AVal < BVal) in getMostGenericFPMath()
1188 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local
1190 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp714 ValueIDNum AVal = MTracker->readMLoc(A); in TEST_F() local
717 EXPECT_EQ(ARefVal, AVal); in TEST_F()
741 ValueIDNum AVal = MTracker->readMLoc(A); in TEST_F() local
743 EXPECT_EQ(ARefVal, AVal); in TEST_F()
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp2763 const auto *AVal = in TEST() local
2765 ASSERT_THAT(AVal, NotNull()); in TEST()
2799 EXPECT_EQ(&FooLeftLeftSubVal.getLeftSubValue(), AVal); in TEST()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6513 SDValue PVal, AVal, KVal, QVal; in prepareSREMEqFold() local
6530 AVal = DAG.getBuildVector(VT, DL, AAmts); in prepareSREMEqFold()
6539 AVal = DAG.getSplatVector(VT, DL, AAmts[0]); in prepareSREMEqFold()
6545 AVal = AAmts[0]; in prepareSREMEqFold()
6560 Op0 = DAG.getNode(ISD::ADD, DL, VT, Op0, AVal); in prepareSREMEqFold()