Searched defs:ConstRHS (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GenericFloatingPointPredicateUtils.h | 55 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 D | SemaCUDA.cpp | 374 bool ConstRHS, in inferTargetForImplicitSpecialMember()
|
| H A D | SemaDeclCXX.cpp | 7363 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 D | SemaOverload.cpp | 12519 bool ConstRHS = false; in DiagnoseBadTarget() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 563 if (ConstantInt *ConstRHS = dyn_cast<ConstantInt>(RHS)) { in CanTraceInto() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 7655 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 D | InstCombineCompares.cpp | 3573 if (auto *ConstRHS = dyn_cast<ConstantInt>(Cmp.getOperand(1))) in foldICmpInstWithConstant() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 12845 const APInt &ConstRHS = cast<SCEVConstant>(RHS)->getAPInt(); in isImpliedCondOperandsViaRanges() local
|