Searched refs:AddOperator (Results 1 – 12 of 12) sorted by relevance
30 class AddOperator; variable443 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
343 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
2288 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()2292 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
406 class AddOperator
294 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()297 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
511 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()514 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
379 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()382 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
2368 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()2379 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
781 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()784 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
943 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()946 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
4090 const AddOperator *Add, in computeOverflowForSignedAdd()4256 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()
619 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()622 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()