Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp481 QualType CondType = CondExpr->getType(); ActOnCaseExpr() local
1220 QualType CondType = Cond->getType(); checkEnumTypesInSwitchStmt() local
1260 QualType CondType = CondExpr->getType(); ActOnFinishSwitchStmt() local
[all...]
H A DSemaExprCXX.cpp6580 QualType CondType = Cond.get()->getType(); CheckVectorConditionalTypes() local
6670 QualType CondType = Cond.get()->getType(); CheckSizelessVectorConditionalTypes() local
[all...]
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5307 Type *CondType = Type::getInt1Ty(Context); parseFunctionBody() local
5497 Type *CondType = Type::getInt1Ty(Context); parseFunctionBody() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3574 Type *CondType = CondVal->getType(); visitSelectInst() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5254 llvm::Type *CondType = ConvertType(condExpr->getType()); VisitAbstractConditionalOperator() local