Home
last modified time | relevance | path

Searched defs:getKnownBits (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h58 [[nodiscard]] const KnownBits &getKnownBits(const SimplifyQuery &Q) const { in getKnownBits() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h79 GISelKnownBits *getKnownBits() const { return KB; } getKnownBits() function
H A DCombinerHelper.h122 GISelKnownBits *getKnownBits() const { getKnownBits() function
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp61 KnownBits GISelKnownBits::getKnownBits(MachineInstr &MI) { getKnownBits() function in GISelKnownBits
67 KnownBits GISelKnownBits::getKnownBits(Register R) { getKnownBits() function in GISelKnownBits
77 KnownBits GISelKnownBits::getKnownBits(Register R, const APInt &DemandedElts, getKnownBits() function in GISelKnownBits
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2834 auto HexagonVectorCombine::getKnownBits(const Value *V, in getKnownBits() function in HexagonVectorCombine