Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1948 uint64_t MulFactor = 1ull << N->getConstantOperandVal(1); in getMultiplierForSHL() local
1949 return CurDAG->getConstant(MulFactor, SDLoc(N), in getMultiplierForSHL()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7880 APInt MulFactor = Divisor.multiplicativeInverse(); in expandDIVREMByConstant() local
7883 DAG.getConstant(MulFactor, dl, VT)); in expandDIVREMByConstant()