Searched refs:BoolVal (Results 1 – 1 of 1) sorted by relevance
3212 Value *BoolVal = CGF.EvaluateExprAsBool(E->getSubExpr()); in VisitUnaryLNot() local3217 BoolVal = Builder.CreateNot(BoolVal, "lnot"); in VisitUnaryLNot()3220 return Builder.CreateZExt(BoolVal, ConvertType(E->getType()), "lnot.ext"); in VisitUnaryLNot()