Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp512 QualType CondType = CondExpr->getType(); in ActOnCaseExpr() local
1281 QualType CondType = Cond->getType(); in checkEnumTypesInSwitchStmt() local
1331 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local
H A DSemaExprCXX.cpp5659 QualType CondType = Cond.get()->getType(); in CheckVectorConditionalTypes() local
5749 QualType CondType = Cond.get()->getType(); in CheckSizelessVectorConditionalTypes() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5395 Type *CondType = Type::getInt1Ty(Context); in parseFunctionBody() local
5588 Type *CondType = Type::getInt1Ty(Context); in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3933 Type *CondType = CondVal->getType(); in visitSelectInst() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5602 llvm::Type *CondType = ConvertType(condExpr->getType()); in VisitAbstractConditionalOperator() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13460 auto *CondType = in getEntryCost() local