Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp184 auto *Icmp1 = dyn_cast<ICmpInst>(Op0); in serializeICMPInBB() local
185 if (!Icmp1) in serializeICMPInBB()
191 Value *Icmp1Op0 = Icmp1->getOperand(0); in serializeICMPInBB()
198 PassThroughInfo Info(Icmp1, &I, 0); in serializeICMPInBB()
325 if (auto *Icmp1 = dyn_cast<ICmpInst>(Inst)) { in avoidSpeculation() local
326 Value *Icmp1Op1 = Icmp1->getOperand(1); in avoidSpeculation()