Searched defs:CondType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmt.cpp | 481 QualType CondType = CondExpr->getType(); ActOnCaseExpr() local |
H A D | SemaExprCXX.cpp | 6580 QualType CondType = Cond.get()->getType(); CheckVectorConditionalTypes() local |
/llvm-project/llvm/lib/Bitcode/Reader/ | ||
H A D | BitcodeReader.cpp | 5307 Type *CondType = Type::getInt1Ty(Context); parseFunctionBody() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineSelect.cpp | 3574 Type *CondType = CondVal->getType(); visitSelectInst() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprScalar.cpp | 5254 llvm::Type *CondType = ConvertType(condExpr->getType()); VisitAbstractConditionalOperator() local |