Searched refs:AddOperator (Results 1 – 12 of 12) sorted by relevance
29 class AddOperator; variable535 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
371 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
2371 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()2375 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
350 class AddOperator
298 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()301 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()
2262 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()2273 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()
924 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()927 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
655 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()658 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
5025 const AddOperator *Add, in computeOverflowForSignedAdd()5595 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()