/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMergeStringPool.cpp | 73 const Constant *ConstRHS = RHS->getInitializer(); in operator ()() local 75 dyn_cast<ConstantDataSequential>(ConstRHS); in operator ()()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCUDA.h | 239 bool ConstRHS, bool Diagnose);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 375 bool ConstRHS, in inferTargetForImplicitSpecialMember() argument 418 /* ConstArg */ ConstRHS, in inferTargetForImplicitSpecialMember() 462 /* ConstArg */ ConstRHS && !F->isMutable(), in inferTargetForImplicitSpecialMember()
|
H A D | SemaDeclCXX.cpp | 7206 bool ConstRHS) { in lookupCallFromSpecialMember() argument 7216 else if (ConstRHS) in lookupCallFromSpecialMember() 7312 bool ConstRHS, CXXConstructorDecl *InheritedCtor = nullptr, in specialMemberIsConstexpr() argument 7335 lookupCallFromSpecialMember(S, ClassDecl, CSM, Quals, ConstRHS); in specialMemberIsConstexpr() 9779 bool ConstRHS, in findTrivialSpecialMember() argument 9875 lookupCallFromSpecialMember(S, RD, CSM, Quals, ConstRHS); in findTrivialSpecialMember() 9934 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall() argument 9945 ConstRHS, TAH, Diagnose ? &Selected : nullptr)) in checkTrivialSubobjectCall() 9949 if (ConstRHS) in checkTrivialSubobjectCall() 10027 bool ConstRHS = ConstArg && !FI->isMutable(); in checkTrivialClassMembers() local [all …]
|
H A D | SemaOverload.cpp | 11808 bool ConstRHS = false; in DiagnoseBadTarget() local 11812 ConstRHS = RT->getPointeeType().isConstQualified(); in DiagnoseBadTarget() 11817 /* ConstRHS */ ConstRHS, in DiagnoseBadTarget()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 561 if (ConstantInt *ConstRHS = dyn_cast<ConstantInt>(RHS)) { in CanTraceInto() local 562 if (!ConstRHS->isNegative()) in CanTraceInto()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4356 const APFloat *ConstRHS; in fcmpToClassTest() local 4357 if (!match(RHS, m_APFloatAllowPoison(ConstRHS))) in fcmpToClassTest() 4360 return fcmpToClassTest(Pred, F, LHS, ConstRHS, LookThroughSrc); in fcmpToClassTest() 4365 const APFloat *ConstRHS, bool LookThroughSrc) { in fcmpToClassTest() argument 4368 fcmpImpliesClass(Pred, F, LHS, *ConstRHS, LookThroughSrc); in fcmpToClassTest() 4706 const APFloat &ConstRHS, bool LookThroughSrc) { in fcmpImpliesClass() argument 4709 if (!ConstRHS.isNegative() && ConstRHS.isSmallestNormalized()) { in fcmpImpliesClass() 4740 return fcmpImpliesClass(Pred, F, LHS, ConstRHS.classify(), in fcmpImpliesClass() 4751 return fcmpImpliesClass(Pred, F, LHS, ConstRHS.classify(), LookThroughSrc); in fcmpImpliesClass() 4757 const APFloat *ConstRHS; in fcmpImpliesClass() local [all …]
|
H A D | ScalarEvolution.cpp | 12660 const APInt &ConstRHS = cast<SCEVConstant>(RHS)->getAPInt(); in isImpliedCondOperandsViaRanges() local 12663 return LHSRange.icmp(Pred, ConstRHS); in isImpliedCondOperandsViaRanges()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 233 const APFloat *ConstRHS,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 7317 auto ConstRHS = B.buildConstant(DstTy, NewC); in matchAddOverflow() local 7318 B.buildSAddo(Dst, Carry, AddLHS->getLHSReg(), ConstRHS); in matchAddOverflow() 7324 auto ConstRHS = B.buildConstant(DstTy, NewC); in matchAddOverflow() local 7325 B.buildUAddo(Dst, Carry, AddLHS->getLHSReg(), ConstRHS); in matchAddOverflow()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3426 if (auto *ConstRHS = dyn_cast<ConstantInt>(Cmp.getOperand(1))) in foldICmpInstWithConstant() local 3427 if (Instruction *I = foldICmpSelectConstant(Cmp, SI, ConstRHS)) in foldICmpInstWithConstant()
|