Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7886 SDValue QuotL, QuotH; in expandDIVREMByConstant() local
7887 std::tie(QuotL, QuotH) = DAG.SplitScalar(Quotient, dl, HiLoVT, HiLoVT); in expandDIVREMByConstant()
7888 Result.push_back(QuotL); in expandDIVREMByConstant()