Home | History | Annotate | Download | only in Utils

Lines Matching refs:ICmpInst

150   ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_ULT,
173 ICmpInst* Comp = NULL;
176 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_EQ, Val,
182 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
186 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
195 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,