Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h30 class AddOperator; variable
524 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp367 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
H A DLoopStrengthReduce.cpp2319 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2323 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h429 class AddOperator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp294 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
297 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp509 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
512 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2247 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2258 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp762 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()
765 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4730 const AddOperator *Add, in computeOverflowForSignedAdd()
5206 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()