reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
264 Pred = CmpInst::ICMP_SGT; 267 Pred = CmpInst::ICMP_SLT; 270 Pred = CmpInst::ICMP_UGT; 273 Pred = CmpInst::ICMP_ULT; 276 Value *Cond = B.CreateICmp(Pred, LHS, RHS);