Home
last modified time | relevance | path

Searched refs:isGuaranteedNotToBePoison (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp172 if (IsFshl && !llvm::isGuaranteedNotToBePoison(ShVal1)) in foldGuardedFunnelShift()
174 else if (!IsFshl && !llvm::isGuaranteedNotToBePoison(ShVal0)) in foldGuardedFunnelShift()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h651 bool isGuaranteedNotToBePoison(const Value *V, AssumptionCache *AC = nullptr,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1785 bool isGuaranteedNotToBePoison(SDValue Op, unsigned Depth = 0) const {
1791 bool isGuaranteedNotToBePoison(SDValue Op, const APInt &DemandedElts,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp891 if (!isGuaranteedNotToBePoison(UI->getOperand(1), &AC, LI, &DT)) in scalarizeLoadExtract()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp200 if (!isGuaranteedNotToBePoison(CommonValue, nullptr, P, DT)) in simplifyCommonValuePhi()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4249 isGuaranteedNotToBePoison(FalseVal, Q.AC, Q.CxtI, Q.DT))) in SimplifySelectInst()
4255 isGuaranteedNotToBePoison(TrueVal, Q.AC, Q.CxtI, Q.DT))) in SimplifySelectInst()
4278 (Q.isUndefValue(TEltC) && isGuaranteedNotToBePoison(FEltC))) in SimplifySelectInst()
4281 (Q.isUndefValue(FEltC) && isGuaranteedNotToBePoison(TEltC))) in SimplifySelectInst()
4501 (Q.isUndefValue(Val) && isGuaranteedNotToBePoison(Vec))) in SimplifyInsertElementInst()
H A DValueTracking.cpp1801 if (isGuaranteedNotToBePoison(I->getOperand(0), Q.AC, Q.CxtI, Q.DT, in computeKnownBitsFromOperator()
2545 isGuaranteedNotToBePoison(Op, Q.AC, Q.CxtI, Q.DT, Depth)) in isKnownNonZero()
5242 bool llvm::isGuaranteedNotToBePoison(const Value *V, AssumptionCache *AC, in isGuaranteedNotToBePoison() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2371 if (IsFshl && !llvm::isGuaranteedNotToBePoison(SV1)) in foldSelectFunnelShift()
2373 else if (!IsFshl && !llvm::isGuaranteedNotToBePoison(SV0)) in foldSelectFunnelShift()