Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:CondV

711   Value *CondV = Cond->Codegen();
712 if (CondV == 0) return 0;
715 CondV = Builder.CreateFCmpONE(CondV,
727 Builder.CreateCondBr(CondV, ThenBB, ElseBB);