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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2909 Value *RHSCond = CGF.EvaluateExprAsBool(E->getRHS()); local
2911 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext");
2939 Value *RHSCond = CGF.EvaluateExprAsBool(E->getRHS()); local
2946 // into the phi node for the edge with the value of RHSCond.
2951 PN->addIncoming(RHSCond, RHSBlock);
2987 Value *RHSCond = CGF.EvaluateExprAsBool(E->getRHS()); local
2989 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext");
3020 Value *RHSCond = CGF.EvaluateExprAsBool(E->getRHS()); local
3028 // into the phi node for the edge with the value of RHSCond.
3030 PN->addIncoming(RHSCond, RHSBloc
[all...]

Completed in 547 milliseconds