Searched refs:CondV (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp511 Value *CondV = Cond->Codegen(); local
512 if (CondV == 0) return 0;
515 CondV = Builder.CreateFCmpONE(CondV,
527 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp615 Value *CondV = Cond->Codegen(); local
616 if (CondV == 0) return 0;
619 CondV = Builder.CreateFCmpONE(CondV,
631 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp711 Value *CondV = Cond->Codegen(); local
712 if (CondV == 0) return 0;
715 CondV = Builder.CreateFCmpONE(CondV,
727 Builder.CreateCondBr(CondV, ThenBB, ElseBB);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp699 if (ConstantVector *CondV = dyn_cast<ConstantVector>(Cond)) {
701 Type *Ty = IntegerType::get(CondV->getContext(), 32);
703 ConstantInt *Cond = dyn_cast<ConstantInt>(CondV->getOperand(i));

Completed in 121 milliseconds