Home
last modified time | relevance | path

Searched defs:ExtBits (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp157 unsigned ExtBits = BitWidth - SrcBitWidth; sextInReg() local
/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp749 unsigned ExtBits = Bits - FromBits; TEST() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3382 unsigned ExtBits = MI.getOperand(2).getImm(); matchRedundantSExtInReg() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7305 APInt ExtBits = APInt::getHighBitsSet(ExtBitSize, ExtBitSize - MemBitSize); visitAND() local
[all...]