Searched defs:LHSType (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 129 auto *LHSType = cast<VectorType>(LHS->getType()); variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 1145 ExprResult &RHS, QualType LHSType, in handleComplexConversion() 1200 ExprResult &RHS, QualType LHSType, in handleFloatConversion() 1249 static bool unsupportedTypeConversion(const Sema &S, QualType LHSType, in unsupportedTypeConversion() 1293 ExprResult &RHS, QualType LHSType, in handleIntegerConversion() 1343 ExprResult &RHS, QualType LHSType, in handleComplexIntConversion() 1556 QualType LHSType = LHS.get()->getType().getUnqualifiedType(); in UsualArithmeticConversions() local 8152 QualType LHSType = in OpenCLArithmeticConversions() local 8844 checkPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType, in checkPointerTypesForAssignment() 8996 checkBlockPointerTypesForAssignment(Sema &S, QualType LHSType, in checkBlockPointerTypesForAssignment() 9047 checkObjCPointerTypesForAssignment(Sema &S, QualType LHSType, in checkObjCPointerTypesForAssignment() [all …]
|
H A D | SemaObjCProperty.cpp | 928 QualType LHSType = S.Context.getCanonicalType(Prop->getType()); in SelectPropertyForSynthesisFromProtocols() local 1667 QualType LHSType = in DiagnosePropertyMismatch() local
|
H A D | SemaExprCXX.cpp | 6346 QualType LHSType = LHS.get()->getType(); in CheckPointerToMemberOperands() local 6657 QualType LHSType = LHS.get()->getType(); in CheckVectorConditionalTypes() local 6749 QualType LHSType = LHS.get()->getType(); in CheckSizelessVectorConditionalTypes() local
|
H A D | SemaChecking.cpp | 4994 QualType LHSType = TheCall->getArg(0)->getType(); in BuiltinShuffleVector() local 13394 QualType LHSType; in checkUnsafeExprAssigns() local
|
H A D | SemaCodeComplete.cpp | 476 QualType LHSType = LHS->getType(); in getPreferredTypeOfBinaryRHS() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.h | 75 const TypeDescriptor &LHSType; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 414 Type *LHSType = LHSVal->getType(); in foldPHIArgBinOpIntoPHI() local
|
H A D | InstCombineCompares.cpp | 793 Type *LHSType = GEPLHS->getOperand(i)->getType(); in foldGEPICmp() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 995 QualType LHSType = LHS->getType(); in VisitComplexBinOp() local 1991 QualType LHSType = LHS->getType(); in VisitFloatCompoundAssignOperator() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 142 QualType LHSType = BinOp->getLHS()->getType(); in isFixedPointOp() local
|