Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1465 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1478 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1494 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1509 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
1532 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1585 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
1629 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3030 KnownBits LHSBits = KB->getKnownBits(LHS); in matchRedundantAnd() local
3076 KnownBits LHSBits = KB->getKnownBits(LHS); in matchRedundantOr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1999 KnownBits LHSBits(BitWidth); in isKnownToBeAPowerOfTwo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9944 unsigned LHSBits = LHS->castAs<ExtIntType>()->getNumBits(); in mergeTypes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7007 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); in MatchRotate() local