Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h442 ConstantRange smul_fast(const ConstantRange &Other) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1273 CR = CR.smul_fast(ConstantRange(Scale)); in aliasGEP()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1248 ConstantRange ConstantRange::smul_fast(const ConstantRange &Other) const { in smul_fast() function in ConstantRange