Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Src0

4481   const Value *Src0 = I->getOperand(0);
4483 if (const auto *C = dyn_cast<ConstantInt>(Src0))
4485 std::swap(Src0, Src1);
4493 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) {
4499 Src0 = ZExt->getOperand(0);
4502 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) {
4508 Src0 = SExt->getOperand(0);
4513 unsigned Src0Reg = getRegForValue(Src0);
4516 bool Src0IsKill = hasTrivialKill(Src0);
4746 // (Src0 < 0) ? Pow2 - 1 : 0;