Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h30 class AddOperator; variable
443 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp343 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
H A DLoopStrengthReduce.cpp2288 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2292 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DOperator.h406 class AddOperator
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp294 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
297 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp511 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
514 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp379 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()
382 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2368 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2379 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp781 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()
784 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp943 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()
946 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp4090 const AddOperator *Add, in computeOverflowForSignedAdd()
4256 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp619 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
622 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()