Searched refs:MaxTruncation (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1034 unsigned MaxTruncation = 0; local
1047 MaxTruncation =
1048 std::max(MaxTruncation, (unsigned)Use->getValueType(0).getSizeInBits());
1057 MaxTruncation = std::max(MaxTruncation, MemVTSize);
1066 MaxTruncation = std::max(MaxTruncation, 32u);
1074 MaxTruncation = std::max(MaxTruncation, 16u);
1082 MaxTruncation
[all...]

Completed in 68 milliseconds