Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1800 bool CanSplitValue = true; in createFragmentExpression() local
1818 CanSplitValue = false; in createFragmentExpression()
1828 CanSplitValue = true; in createFragmentExpression()
1832 if (!CanSplitValue) in createFragmentExpression()
1849 assert((!Expr->isImplicit() || CanSplitValue) && "Expr can't be split"); in createFragmentExpression()