Searched refs:AddOperator (Results 1 – 13 of 13) sorted by relevance
372 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
2547 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()2551 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
32 class AddOperator; variable646 LLVM_ABI OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
399 class AddOperator
296 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()299 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
503 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()506 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
798 auto *Add = dyn_cast<AddOperator>(Int2Ptr->getOperand(0)); in stripAndAccumulateConstantOffsets()
2326 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()2337 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
351 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()354 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
792 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()795 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()
654 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()657 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
7153 const AddOperator *Add, const SimplifyQuery &SQ) { in computeOverflowForSignedAdd()7792 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()