Searched refs:AddOperator (Results 1 – 12 of 12) sorted by relevance
372 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
2560 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()2564 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
32 class AddOperator; variable921 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
380 class AddOperator
302 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()305 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
505 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()508 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
363 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()366 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
2382 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()2393 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
760 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()763 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()
659 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()662 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
7038 const AddOperator *Add, const SimplifyQuery &SQ) { in computeOverflowForSignedAdd()7679 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()