Searched refs:RHSSign (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Integral.h | 287 template <unsigned RHSBits, bool RHSSign> 288 static void shiftLeft(const Integral A, const Integral<RHSBits, RHSSign> B, 293 template <unsigned RHSBits, bool RHSSign> 294 static void shiftRight(const Integral A, const Integral<RHSBits, RHSSign> B,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 5409 OperandSignedness RHSSign; in AreMulWideOperandsDemotable() local 5410 if (!IsMulWideOperandDemotable(RHS, OptSize, RHSSign)) in AreMulWideOperandsDemotable() 5413 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()
|