Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1761 bool AllowTruncation = false);
1767 bool AllowTruncation = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11643 bool AllowTruncation) { in isConstOrConstSplat() argument
11648 return isConstOrConstSplat(N, DemandedElts, AllowUndefs, AllowTruncation); in isConstOrConstSplat()
11653 bool AllowTruncation) { in isConstOrConstSplat() argument
11664 if (AllowTruncation || CVT == VecEltVT) in isConstOrConstSplat()
11680 if (AllowTruncation || (CVT == NSVT)) in isConstOrConstSplat()