Home
last modified time | relevance | path

Searched refs:UndefAllowed (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DValueLattice.h252 bool isConstantRange(bool UndefAllowed = true) const {
254 (UndefAllowed || Range.isSingleElement()));
272 const ConstantRange &getConstantRange(bool UndefAllowed = true) const {
273 assert(isConstantRange(UndefAllowed) &&
DLazyValueInfo.h96 bool UndefAllowed = true);
100 ConstantRange getConstantRangeAtUse(const Use &U, bool UndefAllowed = true);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyValueInfo.cpp1636 bool UndefAllowed) { in getConstantRange() argument
1644 if (Result.isConstantRange(UndefAllowed)) in getConstantRange()
1645 return Result.getConstantRange(UndefAllowed); in getConstantRange()
1654 bool UndefAllowed) { in getConstantRangeAtUse() argument
1657 getConstantRange(V, cast<Instruction>(U.getUser()), UndefAllowed); in getConstantRangeAtUse()