Home
last modified time | relevance | path

Searched refs:Preconditions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp225 SmallVector<ConditionTy, 2> Preconditions; member
434 SmallVectorImpl<ConditionTy> &Preconditions,
443 SmallVectorImpl<ConditionTy> &Preconditions, in decomposeGEP() argument
459 auto IdxResult = decompose(Index, Preconditions, IsSigned, DL); in decomposeGEP()
466 Preconditions.emplace_back(CmpInst::ICMP_SGE, Index, in decomposeGEP()
476 SmallVectorImpl<ConditionTy> &Preconditions, in decompose() argument
479 auto MergeResults = [&Preconditions, IsSigned, &DL](Value *A, Value *B, in decompose()
481 auto ResA = decompose(A, Preconditions, IsSigned, DL); in decompose()
482 auto ResB = decompose(B, Preconditions, IsSignedB, DL); in decompose()
490 return decomposeGEP(*GEP, Preconditions, IsSigned, DL); in decompose()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A DREADME.txt356 Preconditions are listed for each function at the definition when there are any.