Home
last modified time | relevance | path

Searched refs:ConstRHS (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Sema/
DSemaCUDA.cpp228 bool ConstRHS, in inferCUDATargetForImplicitSpecialMember() argument
261 /* ConstArg */ ConstRHS, in inferCUDATargetForImplicitSpecialMember()
305 /* ConstArg */ ConstRHS && !F->isMutable(), in inferCUDATargetForImplicitSpecialMember()
DSemaDeclCXX.cpp5055 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 …]
DSemaOverload.cpp9649 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/
DSimplifyIndVar.cpp217 if (auto *ConstRHS = dyn_cast<SCEVConstant>(InvariantRHS)) in makeIVComparisonInvariant() local
218 NewRHS = ConstRHS->getValue(); in makeIVComparisonInvariant()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp489 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/
DSeparateConstOffsetFromGEP.cpp530 if (ConstantInt *ConstRHS = dyn_cast<ConstantInt>(RHS)) { in CanTraceInto() local
531 if (!ConstRHS->isNegative()) in CanTraceInto()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp112 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/
DInstCombineCompares.cpp2563 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/
DScalarEvolution.cpp8568 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/
DScalarEvolution.cpp10179 const APInt &ConstRHS = cast<SCEVConstant>(RHS)->getAPInt(); in isImpliedCondOperandsViaRanges() local
10181 ConstantRange::makeSatisfyingICmpRegion(Pred, ConstRHS); in isImpliedCondOperandsViaRanges()
/external/clang/include/clang/Sema/
DSema.h9162 bool ConstRHS,