Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1628 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; getValueBits() local
1758 const SmallVector<ValueBit, 64> *LHSBits; getValueBits() local
1802 const SmallVector<ValueBit, 64> *LHSBits; getValueBits() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp647 unsigned LHSBits = 0, RHSBits = 0; replaceMulWithMul24() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3314 KnownBits LHSBits = KB->getKnownBits(LHS); matchRedundantAnd() local
3354 KnownBits LHSBits = KB->getKnownBits(LHS); matchRedundantOr() local
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2225 KnownBits LHSBits(BitWidth); isKnownToBeAPowerOfTwo() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp11064 unsigned LHSBits = LHS->castAs<BitIntType>()->getNumBits(); mergeTypes() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8517 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); MatchRotate() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55890 SmallVector<APInt> LHSBits, RHSBits; combineVectorCompare() local
57207 SmallVector<APInt> LHSBits, RHSBits; combineVPMADD() local
[all...]