Searched defs:LHSBits (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1483 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 D | AMDGPUCodeGenPrepare.cpp | 529 unsigned LHSBits = 0, RHSBits = 0; in replaceMulWithMul24() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 2901 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 D | ValueTracking.cpp | 2183 KnownBits LHSBits(BitWidth); in isKnownToBeAPowerOfTwo() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 10755 unsigned LHSBits = LHS->castAs<BitIntType>()->getNumBits(); in mergeTypes() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 7771 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); in MatchRotate() local
|