Home
last modified time | relevance | path

Searched refs:Inst0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp554 MCInst const &Inst0 = *ID.getOperand(0).getInst(); in GetPacketSummary() local
556 if (HexagonMCInstrInfo::getDesc(MCII, Inst0).isBranch()) in GetPacketSummary()
560 if (HexagonMCInstrInfo::getDesc(MCII, Inst0).isReturn()) in GetPacketSummary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1451 auto *Inst0 = dyn_cast<Instruction>(PN.getIncomingValue(0)); in visitPHINode() local
1453 if (Inst0 && Inst1 && Inst0->getOpcode() == Inst1->getOpcode() && in visitPHINode()
1454 Inst0->hasOneUser()) in visitPHINode()