Home
last modified time | relevance | path

Searched defs:Divide (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DBlockFrequencyTest.cpp97 TEST(BlockFrequency, Divide) { in TEST() argument
/llvm-project/flang/lib/Evaluate/
H A Dcomplex.cpp47 ValueWithRealFlags<Complex<R>> Complex<R>::Divide( in Divide() function in Fortran::evaluate::value::Complex
H A Dreal.cpp197 ValueWithRealFlags<Real<W, P>> Real<W, P>::Divide( in Divide() function in Fortran::evaluate::value::Real
/llvm-project/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp327 TEST(LowLevelTypeTest,Divide) TEST() argument
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h135 Divide, // ?K # operator/ global() enumerator
/llvm-project/polly/lib/Analysis/
H A DScopInfo.cpp425 isl::aff Divide = Var.div(isl::aff(LArraySpace, DimSizeVal)); in wrapConstantDimensions() local
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h1709 struct Divide : public IntrinsicBinary { global() struct
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11038 SDValue Divide = DAG.getNode(DivOpc, dl, VT, Dividend, Divisor); expandREM() local