Searched refs:ConstRHS (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 327 bool ConstRHS, in inferCUDATargetForImplicitSpecialMember() argument 370 /* ConstArg */ ConstRHS, in inferCUDATargetForImplicitSpecialMember() 413 /* ConstArg */ ConstRHS && !F->isMutable(), in inferCUDATargetForImplicitSpecialMember()
|
| H A D | SemaDeclCXX.cpp | 7073 unsigned FieldQuals, bool ConstRHS) { in lookupCallFromSpecialMember() argument 7081 else if (ConstRHS) in lookupCallFromSpecialMember() 7178 bool ConstRHS, in specialMemberIsConstexpr() argument 7197 lookupCallFromSpecialMember(S, ClassDecl, CSM, Quals, ConstRHS); in specialMemberIsConstexpr() 9488 bool ConstRHS, in findTrivialSpecialMember() argument 9584 lookupCallFromSpecialMember(S, RD, CSM, Quals, ConstRHS); in findTrivialSpecialMember() 9642 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall() argument 9652 ConstRHS, TAH, Diagnose ? &Selected : nullptr)) in checkTrivialSubobjectCall() 9656 if (ConstRHS) in checkTrivialSubobjectCall() 9733 bool ConstRHS = ConstArg && !FI->isMutable(); in checkTrivialClassMembers() local [all …]
|
| H A D | SemaOverload.cpp | 11211 bool ConstRHS = false; in DiagnoseBadTarget() local 11215 ConstRHS = RT->getPointeeType().isConstQualified(); in DiagnoseBadTarget() 11220 /* ConstRHS */ ConstRHS, in DiagnoseBadTarget()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 548 if (ConstantInt *ConstRHS = dyn_cast<ConstantInt>(RHS)) { in CanTraceInto() local 549 if (!ConstRHS->isNegative()) in CanTraceInto()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 248 if (auto *ConstRHS = dyn_cast<SCEVConstant>(InvariantRHS)) in makeIVComparisonInvariant() local 249 NewRHS = ConstRHS->getValue(); in makeIVComparisonInvariant()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 3129 if (auto *ConstRHS = dyn_cast<ConstantInt>(Cmp.getOperand(1))) in foldICmpInstWithConstant() local 3130 if (Instruction *I = foldICmpSelectConstant(Cmp, SI, ConstRHS)) in foldICmpInstWithConstant()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 12272 const APInt &ConstRHS = cast<SCEVConstant>(RHS)->getAPInt(); in isImpliedCondOperandsViaRanges() local 12275 return LHSRange.icmp(Pred, ConstRHS); in isImpliedCondOperandsViaRanges()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 12794 bool ConstRHS,
|