Searched defs:Divide (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/unittests/Support/ |
H A D | BlockFrequencyTest.cpp | 97 TEST(BlockFrequency, Divide) { in TEST() argument
|
/llvm-project/flang/lib/Evaluate/ |
H A D | complex.cpp | 47 ValueWithRealFlags<Complex<R>> Complex<R>::Divide( in Divide() function in Fortran::evaluate::value::Complex
|
H A D | real.cpp | 197 ValueWithRealFlags<Real<W, P>> Real<W, P>::Divide( in Divide() function in Fortran::evaluate::value::Real
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | LowLevelTypeTest.cpp | 327 TEST(LowLevelTypeTest,Divide) TEST() argument
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 135 Divide, // ?K # operator/ global() enumerator
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopInfo.cpp | 425 isl::aff Divide = Var.div(isl::aff(LArraySpace, DimSizeVal)); in wrapConstantDimensions() local
|
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 1709 struct Divide : public IntrinsicBinary { global() struct
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 11038 SDValue Divide = DAG.getNode(DivOpc, dl, VT, Dividend, Divisor); expandREM() local
|