Lines Matching defs:AllowTruncation
7252 isConstOrConstSplat(N2, /*AllowUndefs*/ false, /*AllowTruncation*/ true);
10238 if (auto C = isBoolConstant(Cond, /*AllowTruncation=*/true))
10505 /*AllowTruncation*/ true);
12239 /*AllowTruncation*/ true)) {
12327 isConstOrConstSplat(V, AllowUndefs, /*AllowTruncation*/ true);
12332 bool AllowTruncation) {
12337 return isConstOrConstSplat(N, DemandedElts, AllowUndefs, AllowTruncation);
12342 bool AllowTruncation) {
12347 // AllowTruncation is set.
12353 if (AllowTruncation || CVT == VecEltVT)
12363 // AllowTruncation is set.
12369 if (AllowTruncation || (CVT == NSVT))
12410 isConstOrConstSplat(N, AllowUndefs, /*AllowTruncation=*/true);
12416 isConstOrConstSplat(N, AllowUndefs, /*AllowTruncation*/ true);
13478 bool AllowTruncation) const {
13479 ConstantSDNode *Const = isConstOrConstSplat(N, false, AllowTruncation);