Searched refs:AddOperator (Results 1 – 12 of 12) sorted by relevance
30 class AddOperator; variable484 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
343 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
2316 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()2320 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
426 class AddOperator
295 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()298 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
510 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()513 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
368 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()371 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
2377 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()2388 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
778 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()781 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
930 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()933 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
4245 const AddOperator *Add, in computeOverflowForSignedAdd()4403 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()
646 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()649 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()