Searched refs:AddOperator (Results 1 – 12 of 12) sorted by relevance
25 class AddOperator; variable334 OverflowResult computeOverflowForSignedAdd(AddOperator *Add,
377 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
2041 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()2045 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
333 class AddOperator
454 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()457 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
2122 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()2133 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
362 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()365 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
821 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()824 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
790 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()793 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
3620 Value *LHS, Value *RHS, AddOperator *Add, const DataLayout &DL, in computeOverflowForSignedAdd()3663 OverflowResult llvm::computeOverflowForSignedAdd(AddOperator *Add, in computeOverflowForSignedAdd()
3752 if (const AddOperator *OBO = dyn_cast<AddOperator>(BEValueV)) { in createAddRecFromPHI()
577 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()580 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()