Searched refs:ConstRHS (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCUDA.cpp | 228 bool ConstRHS, in inferCUDATargetForImplicitSpecialMember() argument 261 /* ConstArg */ ConstRHS, in inferCUDATargetForImplicitSpecialMember() 305 /* ConstArg */ ConstRHS && !F->isMutable(), in inferCUDATargetForImplicitSpecialMember()
|
D | SemaDeclCXX.cpp | 5055 unsigned FieldQuals, bool ConstRHS) { in lookupCallFromSpecialMember() argument 5063 else if (ConstRHS) in lookupCallFromSpecialMember() 5160 bool ConstRHS, in specialMemberIsConstexpr() argument 5177 lookupCallFromSpecialMember(S, ClassDecl, CSM, Quals, ConstRHS); in specialMemberIsConstexpr() 6040 bool ConstRHS, CXXMethodDecl **Selected) { in findTrivialSpecialMember() argument 6130 lookupCallFromSpecialMember(S, RD, CSM, Quals, ConstRHS); in findTrivialSpecialMember() 6184 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall() argument 6194 ConstRHS, Diagnose ? &Selected : nullptr)) in checkTrivialSubobjectCall() 6198 if (ConstRHS) in checkTrivialSubobjectCall() 6272 bool ConstRHS = ConstArg && !FI->isMutable(); in checkTrivialClassMembers() local [all …]
|
D | SemaOverload.cpp | 9649 bool ConstRHS = false; in DiagnoseBadTarget() local 9653 ConstRHS = RT->getPointeeType().isConstQualified(); in DiagnoseBadTarget() 9658 /* ConstRHS */ ConstRHS, in DiagnoseBadTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 217 if (auto *ConstRHS = dyn_cast<SCEVConstant>(InvariantRHS)) in makeIVComparisonInvariant() local 218 NewRHS = ConstRHS->getValue(); in makeIVComparisonInvariant()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 489 if (ConstantInt *ConstRHS = dyn_cast<ConstantInt>(RHS)) { in CanTraceInto() local 490 if (!ConstRHS->isNegative()) in CanTraceInto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 530 if (ConstantInt *ConstRHS = dyn_cast<ConstantInt>(RHS)) { in CanTraceInto() local 531 if (!ConstRHS->isNegative()) in CanTraceInto()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 112 ConstantInt *ConstRHS = dyn_cast<ConstantInt>(OldRHS); in SimplifyBSwap() local 124 if (!IsBswapRHS && !ConstRHS) in SimplifyBSwap() 133 Builder->getInt(ConstRHS->getValue().byteSwap()); in SimplifyBSwap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2563 if (ConstantInt *ConstRHS = dyn_cast<ConstantInt>(Cmp.getOperand(1))) in foldICmpInstWithConstant() local 2564 if (Instruction *I = foldICmpSelectConstant(Cmp, SI, ConstRHS)) in foldICmpInstWithConstant()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8568 APInt ConstRHS = cast<SCEVConstant>(RHS)->getAPInt(); in isImpliedCondOperandsViaRanges() local 8570 ConstantRange::makeSatisfyingICmpRegion(Pred, ConstRHS); in isImpliedCondOperandsViaRanges()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 10179 const APInt &ConstRHS = cast<SCEVConstant>(RHS)->getAPInt(); in isImpliedCondOperandsViaRanges() local 10181 ConstantRange::makeSatisfyingICmpRegion(Pred, ConstRHS); in isImpliedCondOperandsViaRanges()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9162 bool ConstRHS,
|