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

/openbsd-current/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp422 static bool TruncSizeCompatible(int TruncSize, unsigned opcode) argument
424 if (TruncSize == 1)
427 if (TruncSize == 2)
430 if (TruncSize == 4)
464 int TruncSize = -1; local
492 TruncSize = 4;
504 TruncSize = 1;
506 TruncSize = 2;
509 if (TruncSize == -1)
525 !TruncSizeCompatible(TruncSize, PhiDe
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2271 const unsigned TruncSize = TruncTy.getScalarSizeInBits(); local
2274 if (ShiftSize > 32 && TruncSize < 32)

Completed in 306 milliseconds