Home
last modified time | relevance | path

Searched refs:AddOperator (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h30 class AddOperator; variable
545 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp371 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
H A DLoopStrengthReduce.cpp2354 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2358 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DOperator.h347 class AddOperator
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp298 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
301 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp505 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
508 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp364 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()
367 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2253 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2264 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1460 auto *Shift = cast<AddOperator>(Call->getOperand(1)); in TEST_F()
1655 auto *RangeShift0 = cast<AddOperator>(Call->getOperand(1)); in TEST_F()
1659 auto *TileShift0 = cast<AddOperator>(RangeScale0->getOperand(0)); in TEST_F()
1667 auto *RangeShift1 = cast<AddOperator>(Call->getOperand(2)); in TEST_F()
1673 auto *TileShift1 = cast<AddOperator>(RangeScale1->getOperand(0)); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp760 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()
763 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp926 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()
929 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp631 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
634 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4915 const AddOperator *Add, in computeOverflowForSignedAdd()
5412 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()