Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Src0

4514   const Value *Src0 = I->getOperand(0);
4516 if (const auto *C = dyn_cast<ConstantInt>(Src0))
4518 std::swap(Src0, Src1);
4526 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) {
4532 Src0 = ZExt->getOperand(0);
4535 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) {
4541 Src0 = SExt->getOperand(0);
4546 unsigned Src0Reg = getRegForValue(Src0);
4549 bool Src0IsKill = hasTrivialKill(Src0);
4779 // (Src0 < 0) ? Pow2 - 1 : 0;