Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2285 bool CanSplitValue = true; in createFragmentExpression() local
2305 CanSplitValue = false; in createFragmentExpression()
2315 CanSplitValue = true; in createFragmentExpression()
2319 if (!CanSplitValue) in createFragmentExpression()
2362 assert((!Expr->isImplicit() || CanSplitValue) && "Expr can't be split"); in createFragmentExpression()