Searched refs:AddOperator (Results 1 – 13 of 13) sorted by relevance
30 class AddOperator; variable545 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
371 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) { in tryReassociateGEPAtIndex()
2354 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1))) in OptimizeMax()2358 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2))) in OptimizeMax()
347 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()
364 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in PPCComputeAddress()367 Op = cast<AddOperator>(Op)->getOperand(0); in PPCComputeAddress()
2253 if (!isa<AddOperator>(Add)) in canFoldAddIntoGEP()2264 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1)); in canFoldAddIntoGEP()
1460 auto *Shift = cast<AddOperator>(Call->getOperand(1)); in TEST_F()1655 auto *RangeShift0 = cast<AddOperator>(Call->getOperand(1)); in TEST_F()1659 auto *TileShift0 = cast<AddOperator>(RangeScale0->getOperand(0)); in TEST_F()1667 auto *RangeShift1 = cast<AddOperator>(Call->getOperand(2)); in TEST_F()1673 auto *TileShift1 = cast<AddOperator>(RangeScale1->getOperand(0)); in TEST_F()
760 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in ARMComputeAddress()763 Op = cast<AddOperator>(Op)->getOperand(0); in ARMComputeAddress()
926 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in X86SelectAddress()929 Op = cast<AddOperator>(Op)->getOperand(0); in X86SelectAddress()
631 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1)); in computeAddress()634 Op = cast<AddOperator>(Op)->getOperand(0); in computeAddress()
4915 const AddOperator *Add, in computeOverflowForSignedAdd()5412 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd()