Home | History | Annotate | Download | only in initial

Lines Matching refs:CondV

961   Value *CondV = Cond->Codegen();
962 if (CondV == 0) return 0;
965 CondV = Builder.CreateFCmpONE(CondV,
977 Builder.CreateCondBr(CondV, ThenBB, ElseBB);