Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:CondV

713   Value *CondV = Cond->Codegen();
714 if (CondV == 0) return 0;
717 CondV = Builder.CreateFCmpONE(CondV,
729 Builder.CreateCondBr(CondV, ThenBB, ElseBB);