Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h184 KnownBits sextInReg(unsigned SrcBitWidth) const;
/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp86 KnownBits KnownBits::sextInReg(unsigned SrcBitWidth) const { in sextInReg() function in KnownBits
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3004 Known = Known.sextInReg(EVT.getScalarSizeInBits()); in computeKnownBits()