Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp1232 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1244 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1259 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1274 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
1297 const auto &LHSBits = *getValueBits(V.getOperand(0), NumBits).second; in getValueBits() local
1350 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
1394 const SmallVector<ValueBit, 64> *LHSBits; in getValueBits() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDValueTracking.cpp1894 KnownBits LHSBits(BitWidth); in isKnownToBeAPowerOfTwo() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp6358 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); in MatchRotate() local