Home
last modified time | relevance | path

Searched refs:AddOperator (Results 1 – 12 of 12) 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.cpp2560 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2564 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
921 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h380 class AddOperator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp302 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
305 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp363 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()
366 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2382 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2393 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/freebsd/contrib/llvm-project/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()
/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.cpp659 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
662 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7038 const AddOperator *Add, const SimplifyQuery &SQ) { in computeOverflowForSignedAdd()
7679 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()