Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h25 class AddOperator; variable
334 OverflowResult computeOverflowForSignedAdd(AddOperator *Add,
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp377 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
DLoopStrengthReduce.cpp2041 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()
2045 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
/external/llvm/include/llvm/IR/
DOperator.h333 class AddOperator
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp454 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
457 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2122 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()
2133 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp362 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()
365 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp821 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()
824 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp790 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()
793 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
/external/llvm/lib/Analysis/
DValueTracking.cpp3620 Value *LHS, Value *RHS, AddOperator *Add, const DataLayout &DL, in computeOverflowForSignedAdd()
3663 OverflowResult llvm::computeOverflowForSignedAdd(AddOperator *Add, in computeOverflowForSignedAdd()
DScalarEvolution.cpp3752 if (const AddOperator *OBO = dyn_cast<AddOperator>(BEValueV)) { in createAddRecFromPHI()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp577 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()
580 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()