Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1695 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 DAMDGPUCodeGenPrepare.cpp645 unsigned LHSBits = 0, RHSBits = 0; replaceMulWithMul24() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3169 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 DValueTracking.cpp2015 KnownBits LHSBits(BitWidth); isKnownToBeAPowerOfTwo() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10862 unsigned LHSBits = LHS->castAs<BitIntType>()->getNumBits(); mergeTypes() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8501 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); MatchRotate() local
[all...]