Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1802 LLVM_ABI APInt multiplicativeInverse() const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1274 APInt APInt::multiplicativeInverse() const { in multiplicativeInverse() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6338 APInt Factor = Divisor.multiplicativeInverse(); in BuildExactSDIV()
6397 APInt Factor = Divisor.multiplicativeInverse(); in BuildExactUDIV()
6990 APInt P = D0.multiplicativeInverse(); in prepareUREMEqFold()
7247 APInt P = D0.multiplicativeInverse(); in prepareSREMEqFold()
8099 APInt MulFactor = Divisor.multiplicativeInverse(); in expandDIVREMByConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5340 APInt Factor = Divisor.multiplicativeInverse(); in buildUDivorURemUsingMul()
5610 APInt Factor = Divisor.multiplicativeInverse(); in buildSDivUsingMul()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp951 APInt MultiplyFactor = OddFactorial.multiplicativeInverse(); in BinomialCoefficient()
10218 APInt I = AD.multiplicativeInverse().zext(BW); in SolveLinEquationWithOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23579 {"_ZNK4llvm5APInt21multiplicativeInverseERKS0_", "llvm::APInt::multiplicativeInverse(llvm::APInt co…