Home
last modified time | relevance | path

Searched refs:getSignBit (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h82 uint64_t getSignBit() const { in getSignBit() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1580 return (CI->getType()->getSignBit() & CI->getSExtValue()) == 0; in hasZeroSignBit()
1691 if (!Msb || Msb->getZExtValue() != Msb->getType()->getSignBit()) in setupPreSimplifier()