Searched defs:LHSBits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCISelDAGToDAG.cpp | 1232 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/ |
| HD | ValueTracking.cpp | 1894 KnownBits LHSBits(BitWidth); in isKnownToBeAPowerOfTwo() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | DAGCombiner.cpp | 6358 SDValue LHSBits = DAG.getNode(ISD::SHL, DL, VT, AllOnes, LHSShiftAmt); in MatchRotate() local
|