Searched defs:getKnownBits (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | WithCache.h | 58 [[nodiscard]] const KnownBits &getKnownBits(const SimplifyQuery &Q) const { in getKnownBits() function |
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ | ||
H A D | LegalizerHelper.h | 79 GISelKnownBits *getKnownBits() const { return KB; } getKnownBits() function |
H A D | CombinerHelper.h | 122 GISelKnownBits *getKnownBits() const { getKnownBits() function |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | GISelKnownBits.cpp | 61 KnownBits GISelKnownBits::getKnownBits(MachineInstr &MI) { getKnownBits() function in GISelKnownBits |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonVectorCombine.cpp | 2834 auto HexagonVectorCombine::getKnownBits(const Value *V, in getKnownBits() function in HexagonVectorCombine |