Searched refs:CompareInst (Results 1 – 1 of 1) sorted by relevance
3119 const InstIcmp *CompareInst = llvm::cast<InstIcmp>(Producer); in lowerBr() local3120 Operand *Src0 = CompareInst->getSrc(0); in lowerBr()3121 Operand *Src1 = CompareInst->getSrc(1); in lowerBr()3140 switch (CompareInst->getCondition()) { in lowerBr()3164 switch (CompareInst->getCondition()) { in lowerBr()