Home | History | Annotate | Download | only in src

Lines Matching refs:ArithInst

5304   auto *ArithInst = llvm::dyn_cast<const InstArithmetic>(BaseInst);
5305 if (ArithInst == nullptr)
5308 if (!isAddOrSub(ArithInst, &Kind))
5311 Operand *Src0 = ArithInst->getSrc(0);
5312 Operand *Src1 = ArithInst->getSrc(1);