Home
last modified time | relevance | path

Searched defs:CondV (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp570 Value *CondV = Cond->Codegen(); in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp678 Value *CondV = Cond->Codegen(); in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp721 Value *CondV = Cond->Codegen(); in Codegen() local
H A Dtoy.cpp1001 Value *CondV = Cond->Codegen(); in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp783 Value *CondV = Cond->Codegen(); in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp739 Value *CondV = Cond->Codegen(); in Codegen() local
H A Dtoy.cpp1103 Value *CondV = Cond->Codegen(); in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp961 Value *CondV = Cond->Codegen(); in Codegen() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1184 llvm::Value *CondV = EvaluateExprAsBool(Cond); in EmitBranchOnBoolExpr() local
H A DCGExprScalar.cpp3204 llvm::Value *CondV = CGF.EmitScalarExpr(condExpr); in VisitAbstractConditionalOperator() local
3249 llvm::Value *CondV = CGF.EvaluateExprAsBool(condExpr); in VisitAbstractConditionalOperator() local
H A DCGStmt.cpp1559 llvm::Value *CondV = EmitScalarExpr(S.getCond()); in EmitSwitchStmt() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1181 Value *CondV = Cond->Codegen(); in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp982 Value *CondV = Cond->Codegen(); in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp721 if (ConstantVector *CondV = dyn_cast<ConstantVector>(Cond)) { in ConstantFoldSelectInstruction() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1745 DefinedOrUnknownSVal CondV = CondV_untested.castAs<DefinedOrUnknownSVal>(); in processSwitch() local