Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1805 bool AllowTruncation = false);
1811 bool AllowTruncation = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11986 bool AllowTruncation) { in isConstOrConstSplat() argument
11991 return isConstOrConstSplat(N, DemandedElts, AllowUndefs, AllowTruncation); in isConstOrConstSplat()
11996 bool AllowTruncation) { in isConstOrConstSplat() argument
12007 if (AllowTruncation || CVT == VecEltVT) in isConstOrConstSplat()
12023 if (AllowTruncation || (CVT == NSVT)) in isConstOrConstSplat()