Searched refs:isGuaranteedNotToBePoison (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 172 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 D | ValueTracking.h | 651 bool isGuaranteedNotToBePoison(const Value *V, AssumptionCache *AC = nullptr,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1785 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 D | VectorCombine.cpp | 891 if (!isGuaranteedNotToBePoison(UI->getOperand(1), &AC, LI, &DT)) in scalarizeLoadExtract()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 200 if (!isGuaranteedNotToBePoison(CommonValue, nullptr, P, DT)) in simplifyCommonValuePhi()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4249 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 D | ValueTracking.cpp | 1801 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 D | InstCombineSelect.cpp | 2371 if (IsFshl && !llvm::isGuaranteedNotToBePoison(SV1)) in foldSelectFunnelShift() 2373 else if (!IsFshl && !llvm::isGuaranteedNotToBePoison(SV0)) in foldSelectFunnelShift()
|