Home
last modified time | relevance | path

Searched refs:isOneValue (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h56 bool isOneValue() const;
H A DPatternMatch.h2543 if (C && C->isOneValue())
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h459 return cast<Constant>(getArgOperand(FromArg))->isOneValue(); in isFromPromise()
506 return cast<Constant>(getArgOperand(FinalArg))->isOneValue(); in isFinal()
620 return cast<Constant>(getArgOperand(UnwindArg))->isOneValue(); in isUnwind()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp67 if (C->isOneValue()) in classifyReductivePower()
H A DReduceOperands.cpp50 return C && C->isOneValue(); in isOne()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2123 (PartiallyInvariant && !PartialIVInfo.KnownValue->isOneValue())) { in unswitchNontrivialInvariants()
2969 } else if ((PartialIVInfo.KnownValue->isOneValue() && in findBestNonTrivialUnswitchCandidate()
2971 (!PartialIVInfo.KnownValue->isOneValue() && in findBestNonTrivialUnswitchCandidate()
H A DCorrelatedValuePropagation.cpp237 if (C->isOneValue()) in getValueOnEdge()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp569 if (C->isOneValue()) in classifyReductivePower()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h385 bool isOneValue() const { return isOne(); } in isOneValue() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp639 (Result->isOneValue() && B == BI->getSuccessor(1)))) in computeUnlikelySuccessors()
H A DLazyValueInfo.cpp1947 if (Res->isOneValue()) in getPredicateAt()
H A DConstantFolding.cpp3169 } else if (MaskElt->isOneValue()) { in ConstantFoldFixedVectorCall()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp110 bool Constant::isOneValue() const { in isOneValue() function in Constant
122 return SplatVal->isOneValue(); in isOneValue()
130 return !CI->isOneValue(); in isNotOneValue()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp2180 C->isOneValue()) { in EnterSEHTryStmt()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2088 if (Elt->isOneValue()) { in canonicalizeSelectToShuffle()
H A DInstCombineCalls.cpp1276 bool IntMinIsPoison = cast<Constant>(II->getArgOperand(1))->isOneValue(); in visitCallInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4959 if (!Divisor.isOneValue()) { in buildUDivUsingMul()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9748 if (C && *C && (*C)->isOneValue()) in updateWithSelectInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7342 if (HalfMaxPlus1.urem(Divisor).isOneValue()) { in expandDIVREMByConstant()