Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2007 bool CanSplitValue = true; in createFragmentExpression() local
2027 CanSplitValue = false; in createFragmentExpression()
2037 CanSplitValue = true; in createFragmentExpression()
2041 if (!CanSplitValue) in createFragmentExpression()
2084 assert((!Expr->isImplicit() || CanSplitValue) && "Expr can't be split"); in createFragmentExpression()