Home
last modified time | relevance | path

Searched defs:CondType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp481 QualType CondType = CondExpr->getType(); in ActOnCaseExpr() local
1220 QualType CondType = Cond->getType(); in checkEnumTypesInSwitchStmt() local
1260 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local
H A DSemaExprCXX.cpp6653 QualType CondType = Cond.get()->getType(); in CheckVectorConditionalTypes() local
6743 QualType CondType = Cond.get()->getType(); in CheckSizelessVectorConditionalTypes() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5306 Type *CondType = Type::getInt1Ty(Context); in parseFunctionBody() local
5496 Type *CondType = Type::getInt1Ty(Context); in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3603 Type *CondType = CondVal->getType(); in visitSelectInst() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5264 llvm::Type *CondType = ConvertType(condExpr->getType()); in VisitAbstractConditionalOperator() local