Searched refs:LHSBits (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 929 SmallVector<ValueBit, 64> LHSBits(Bits.size()); 930 getValueBits(V.getOperand(0), LHSBits); 933 Bits[i] = LHSBits[i < RotAmt ? i + (Bits.size() - RotAmt) : i - RotAmt]; 942 SmallVector<ValueBit, 64> LHSBits(Bits.size()); 943 getValueBits(V.getOperand(0), LHSBits); 946 Bits[i] = LHSBits[i - ShiftAmt]; 958 SmallVector<ValueBit, 64> LHSBits(Bits.size()); 959 getValueBits(V.getOperand(0), LHSBits); 962 Bits[i] = LHSBits[i + ShiftAmt]; 974 SmallVector<ValueBit, 64> LHSBits(Bit [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4034 APInt LHSBits = APInt::getHighBitsSet(EltSizeInBits, RShVal); local 4037 DAG.getConstant(LHSBits, DL, VT)));
|
Completed in 144 milliseconds