Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1919 bool CanSplitValue = true; in createFragmentExpression() local
1937 CanSplitValue = false; in createFragmentExpression()
1947 CanSplitValue = true; in createFragmentExpression()
1951 if (!CanSplitValue) in createFragmentExpression()
1968 assert((!Expr->isImplicit() || CanSplitValue) && "Expr can't be split"); in createFragmentExpression()