Home | History | Annotate | Download | only in cached

Lines Matching refs:CondV

740   Value *CondV = Cond->Codegen();
741 if (CondV == 0) return 0;
744 CondV = Builder.CreateFCmpONE(CondV,
756 Builder.CreateCondBr(CondV, ThenBB, ElseBB);