Home
last modified time | relevance | path

Searched refs:getValueBits (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp918 bool getValueBits(SDValue V, SmallVector<ValueBit, 64> &Bits) { in getValueBits() function in __anon0e9c87610411::BitPermutationSelector
926 getValueBits(V.getOperand(0), LHSBits); in getValueBits()
939 getValueBits(V.getOperand(0), LHSBits); in getValueBits()
955 getValueBits(V.getOperand(0), LHSBits); in getValueBits()
971 bool LHSTrivial = getValueBits(V.getOperand(0), LHSBits); in getValueBits()
988 getValueBits(V.getOperand(0), LHSBits); in getValueBits()
989 getValueBits(V.getOperand(1), RHSBits); in getValueBits()
1914 if (!getValueBits(SDValue(N, 0), Bits)) in Select()