Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7112 calculateByteProvider(SDValue Op, unsigned Index, unsigned Depth, in calculateByteProvider() function
7131 auto LHS = calculateByteProvider(Op->getOperand(0), Index, Depth + 1); in calculateByteProvider()
7134 auto RHS = calculateByteProvider(Op->getOperand(1), Index, Depth + 1); in calculateByteProvider()
7156 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()
7172 return calculateByteProvider(NarrowOp, Index, Depth + 1); in calculateByteProvider()
7175 return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1, in calculateByteProvider()
7496 auto P = calculateByteProvider(SDValue(N, 0), i, 0, /*Root=*/true); in MatchLoadCombine()