Searched defs:CondInst (Results 1 – 5 of 5) sorted by relevance
76 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
107 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
1047 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition()1207 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); in processNode() local
1134 Instruction *CondInst = dyn_cast<Instruction>(Condition); in processBlock() local1742 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { in processThreadableEdges() local
395 if (auto *CondInst = dyn_cast<Instruction>(BI.getCondition())) in unswitchTrivialBranch() local