Lines Matching defs:Comp
164 ICmpInst *Comp = nullptr;
167 Comp =
173 Comp = new ICmpInst(NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
177 Comp = new ICmpInst(NewLeaf, ICmpInst::ICMP_SGE, Val, Leaf.Low,
181 Comp = new ICmpInst(NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
189 Comp = new ICmpInst(NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
196 BranchInst::Create(Succ, Default, Comp, NewLeaf);
290 ICmpInst *Comp = new ICmpInst(ICmpInst::ICMP_SLT, Val, Pivot.Low, "Pivot");
300 Comp->insertInto(NewNode, NewNode->end());
302 BranchInst::Create(LBranch, RBranch, Comp, NewNode);