Searched refs:SValue (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
| H A D | signed-bitwise.cpp | 27 int SValue = 42; in binary_bitwise() local 33 SResult = SValue & 1; in binary_bitwise() 35 SResult = SValue & -1; in binary_bitwise() 37 SResult = SValue & SValue; in binary_bitwise() 40 UResult = SValue & 1; in binary_bitwise() 42 UResult = SValue & -1; in binary_bitwise()
|
| H A D | signed-bitwise-bug34747.cpp | 24 int SValue = 42; in silence_lit() local 27 SResult = SValue & 1; in silence_lit()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SwitchLoweringUtils.h | 183 const Value *SValue; member 190 : First(std::move(F)), Last(std::move(L)), SValue(SV), HeaderBB(H), in First() 211 const Value *SValue; member 226 : First(std::move(F)), Range(std::move(R)), SValue(SV), Reg(Rg), in BitTestBlock()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 777 const Value &SValue = *JTH.SValue; in emitJumpTableHeader() local 779 const LLT SwitchTy = getLLTForType(*SValue.getType(), *DL); in emitJumpTableHeader() 780 Register SwitchOpReg = getOrCreateVReg(SValue); in emitJumpTableHeader() 786 Type *PtrIRTy = SValue.getType()->getPointerTo(); in emitJumpTableHeader() 802 *ConstantInt::get(SValue.getType(), JTH.Last - JTH.First)); in emitJumpTableHeader() 1005 Register SwitchOpReg = getOrCreateVReg(*B.SValue); in emitBitTestHeader()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2570 SDValue SwitchOp = getValue(JTH.SValue); in visitJumpTableHeader() 2771 SDValue SwitchOp = getValue(B.SValue); in visitBitTestHeader()
|