Home
last modified time | relevance | path

Searched defs:MulExp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h262 class MulExp; variable
H A Dexpression.c6400 MulExp::MulExp(Loc loc, Expression *e1, Expression *e2) in MulExp() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dvisitor.h271 class MulExp; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3423 Value *MulExp = B.CreateFMul(StepValue, Index); in emitTransformedIndex() local