Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp372 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
H A DLoopStrengthReduce.cpp2547 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2551 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h32 class AddOperator; variable
646 LLVM_ABI OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h399 class AddOperator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp296 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
299 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp503 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
506 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp798 auto *Add = dyn_cast<AddOperator>(Int2Ptr->getOperand(0)); in stripAndAccumulateConstantOffsets()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2326 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2337 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp351 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()
354 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp792 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()
795 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp931 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()
934 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp654 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
657 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7153 const AddOperator *Add, const SimplifyQuery &SQ) { in computeOverflowForSignedAdd()
7792 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()