reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 4166   if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) {
 4189       && condExpr->getType()->isVectorType()) {
 4192     llvm::Value *CondV = CGF.EmitScalarExpr(condExpr);
 4196     llvm::Type *condType = ConvertType(condExpr->getType());
 4235     llvm::Value *CondV = CGF.EvaluateExprAsBool(condExpr);
 4255   CGF.EmitBranchOnBoolExpr(condExpr, LHSBlock, RHSBlock,