Home | History | Annotate | Download | only in Utils

Lines Matching defs:BrCond

974   Value *BrCond = BI->getCondition();
975 if (isa<FCmpInst>(BrCond))
1071 if (InsertPos == BrCond && !isa<PHINode>(BrCond)) {
1076 for(Value::use_iterator UI = BrCond->use_begin(), UE = BrCond->use_end();
1081 // If BrCond uses the instruction that place it just before
1096 (Builder.CreateSelect(BrCond, FalseV, HInst,
1100 (Builder.CreateSelect(BrCond, HInst, FalseV,
1438 Value *BrCond = BI->getCondition();
1445 TrueValue = Builder.CreateSelect(BrCond, TrueValue,