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.h1905 bool AllowTruncation = false);
1912 bool AllowTruncation = false);
3343 bool AllowTruncation = false);
3349 bool AllowTruncation = false) {
3351 AllowTruncation);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp354 bool AllowUndefs, bool AllowTruncation) { in matchUnaryPredicateImpl() argument
373 if (!Cst || (!AllowTruncation && Cst->getValueType(0) != SVT) || in matchUnaryPredicateImpl()
12565 bool AllowTruncation) { in isConstOrConstSplat() argument
12570 return isConstOrConstSplat(N, DemandedElts, AllowUndefs, AllowTruncation); in isConstOrConstSplat()
12575 bool AllowTruncation) { in isConstOrConstSplat() argument
12586 if (AllowTruncation || CVT == VecEltVT) in isConstOrConstSplat()
12602 if (AllowTruncation || (CVT == NSVT)) in isConstOrConstSplat()