Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h29 class AddOperator; variable
535 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp371 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
H A DLoopStrengthReduce.cpp2371 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2375 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h350 class AddOperator
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2262 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2273 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp924 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()
927 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp655 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
658 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5025 const AddOperator *Add, in computeOverflowForSignedAdd()
5595 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()