Home
last modified time | relevance | path

Searched defs:ConstRHS (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericFloatingPointPredicateUtils.h55 std::optional<APFloat> ConstRHS = matchConstantFloat(F, RHS); in fcmpToClassTest() local
64 const APFloat &ConstRHS, bool LookThroughSrc) { in fcmpToClassTest()
422 const APFloat &ConstRHS, bool LookThroughSrc) { in fcmpImpliesClass()
474 std::optional<APFloat> ConstRHS = matchConstantFloat(F, RHS); in fcmpImpliesClass() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp374 bool ConstRHS, in inferTargetForImplicitSpecialMember()
H A DSemaDeclCXX.cpp7363 bool ConstRHS) { in lookupCallFromSpecialMember()
7469 bool ConstRHS, CXXConstructorDecl *InheritedCtor = nullptr, in specialMemberIsConstexpr()
9993 bool ConstRHS, TrivialABIHandling TAH, in findTrivialSpecialMember()
10147 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall()
10237 bool ConstRHS = ConstArg && !FI->isMutable(); in checkTrivialClassMembers() local
H A DSemaOverload.cpp12519 bool ConstRHS = false; in DiagnoseBadTarget() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp563 if (ConstantInt *ConstRHS = dyn_cast<ConstantInt>(RHS)) { in CanTraceInto() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7655 auto ConstRHS = B.buildConstant(DstTy, NewC); in matchAddOverflow() local
7662 auto ConstRHS = B.buildConstant(DstTy, NewC); in matchAddOverflow() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3573 if (auto *ConstRHS = dyn_cast<ConstantInt>(Cmp.getOperand(1))) in foldICmpInstWithConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12845 const APInt &ConstRHS = cast<SCEVConstant>(RHS)->getAPInt(); in isImpliedCondOperandsViaRanges() local