Searched refs:getValueBits (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 862 bool getValueBits(SDValue V, SmallVector<ValueBit, 64> &Bits) { in getValueBits() function in __anon7bd595e20411::BitPermutationSelector 870 getValueBits(V.getOperand(0), LHSBits); in getValueBits() 883 getValueBits(V.getOperand(0), LHSBits); in getValueBits() 899 getValueBits(V.getOperand(0), LHSBits); in getValueBits() 915 bool LHSTrivial = getValueBits(V.getOperand(0), LHSBits); in getValueBits() 932 getValueBits(V.getOperand(0), LHSBits); in getValueBits() 933 getValueBits(V.getOperand(1), RHSBits); in getValueBits() 1864 if (!getValueBits(SDValue(N, 0), Bits)) in Select()
|