Searched refs:RHSSign (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Integral.h | 250 template <unsigned RHSBits, bool RHSSign> 251 static void shiftLeft(const Integral A, const Integral<RHSBits, RHSSign> B, 256 template <unsigned RHSBits, bool RHSSign> 257 static void shiftRight(const Integral A, const Integral<RHSBits, RHSSign> B,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 5674 OperandSignedness RHSSign; in AreMulWideOperandsDemotable() local 5675 if (!IsMulWideOperandDemotable(RHS, OptSize, RHSSign)) in AreMulWideOperandsDemotable() 5678 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()
|