Searched defs:LHSBits (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1465 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 D | CombinerHelper.cpp | 3030 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 D | ValueTracking.cpp | 1999 KnownBits LHSBits(BitWidth); in isKnownToBeAPowerOfTwo() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 9944 unsigned LHSBits = LHS->castAs<ExtIntType>()->getNumBits(); in mergeTypes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 7007 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); in MatchRotate() local
|