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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp3064 Value *RHSCond = CGF.EvaluateExprAsBool(E->getRHS()); local
3066 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext");
3095 Value *RHSCond = CGF.EvaluateExprAsBool(E->getRHS()); local
3107 // Insert an entry into the phi node for the edge with the value of RHSCond.
3108 PN->addIncoming(RHSCond, RHSBlock);
3142 Value *RHSCond = CGF.EvaluateExprAsBool(E->getRHS()); local
3144 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext");
3176 Value *RHSCond = CGF.EvaluateExprAsBool(E->getRHS()); local
3184 // into the phi node for the edge with the value of RHSCond.
3186 PN->addIncoming(RHSCond, RHSBloc
[all...]

Completed in 106 milliseconds