Searched refs:AddOperator (Results 1 – 12 of 12) sorted by relevance
30 class AddOperator; variable524 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
367 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
2319 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()2323 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
429 class AddOperator
294 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()297 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
509 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()512 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
2247 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()2258 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
364 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()367 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
762 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()765 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
931 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()934 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
631 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()634 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
4730 const AddOperator *Add, in computeOverflowForSignedAdd()5206 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()