Home
last modified time | relevance | path

Searched refs:sextInReg (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h205 KnownBits sextInReg(unsigned SrcBitWidth) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp374 Known = Known.sextInReg(MI.getOperand(2).getImm()); in computeKnownBitsImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DKnownBits.cpp88 KnownBits KnownBits::sextInReg(unsigned SrcBitWidth) const { in sextInReg() function in KnownBits
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3160 Known = Known.sextInReg(EVT.getScalarSizeInBits()); in computeKnownBits()