Searched defs:LHSBits (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1628 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local 1642 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local 1663 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local 1682 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local 1705 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local 1758 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local 1802 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 647 unsigned LHSBits = 0, RHSBits = 0; in replaceMulWithMul24() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 3314 KnownBits LHSBits = KB->getKnownBits(LHS); in matchRedundantAnd() local 3354 KnownBits LHSBits = KB->getKnownBits(LHS); in matchRedundantOr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2303 KnownBits LHSBits(BitWidth); in isKnownToBeAPowerOfTwo() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 11341 unsigned LHSBits = LHS->castAs<BitIntType>()->getNumBits(); in mergeTypes() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8503 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); in MatchRotate() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 56028 SmallVector<APInt> LHSBits, RHSBits; in combineVectorCompare() local 57355 SmallVector<APInt> LHSBits, RHSBits; in combineVPMADD() local
|