Home
last modified time | relevance | path

Searched defs:LHSBits (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1483 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1496 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1512 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1527 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
1550 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1603 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
1647 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp529 unsigned LHSBits = 0, RHSBits = 0; in replaceMulWithMul24() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2901 KnownBits LHSBits = KB->getKnownBits(LHS); in matchRedundantAnd() local
2941 KnownBits LHSBits = KB->getKnownBits(LHS); in matchRedundantOr() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp2183 KnownBits LHSBits(BitWidth); in isKnownToBeAPowerOfTwo() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10755 unsigned LHSBits = LHS->castAs<BitIntType>()->getNumBits(); in mergeTypes() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7771 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); in MatchRotate() local