Searched defs:LHSBits (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1695 if ((*LHSBits)[ in getValueBits() local 1641 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; getValueBits() local 1655 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; getValueBits() local 1676 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; getValueBits() local 1718 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; getValueBits() local 1771 const SmallVector<ValueBit, 64> *LHSBits; getValueBits() local 1815 const SmallVector<ValueBit, 64> *LHSBits; getValueBits() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 645 unsigned LHSBits = 0, RHSBits = 0; replaceMulWithMul24() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 3169 KnownBits LHSBits = KB->getKnownBits(LHS); matchRedundantAnd() local 3209 KnownBits LHSBits = KB->getKnownBits(LHS); matchRedundantOr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2015 KnownBits LHSBits(BitWidth); isKnownToBeAPowerOfTwo() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 10862 unsigned LHSBits = LHS->castAs<BitIntType>()->getNumBits(); mergeTypes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8501 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); MatchRotate() local [all...] |