Searched refs:earlyExpandDIVFIX (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1189 static SDValue earlyExpandDIVFIX(SDNode *N, SDValue LHS, SDValue RHS, in earlyExpandDIVFIX() function 1273 return earlyExpandDIVFIX(N, Op1Promoted, Op2Promoted, Scale, TLI, DAG, in PromoteIntRes_DIVFIX() 4474 Res = earlyExpandDIVFIX(N, N->getOperand(0), N->getOperand(1), in ExpandIntRes_DIVFIX()
|