Searched defs:isPre (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp158 VisitPrePostIncDec(const UnaryOperator *E, bool isInc, bool isPre) argument
H A DCGExpr.cpp668 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, bool isInc, bool isPre) argument
H A DCGExprScalar.cpp1536 EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, bool isInc, bool isPre) argument
3279 EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, bool isInc, bool isPre) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1456 bool isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); local
1530 bool isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); local
[all...]
H A DARMBaseInstrInfo.cpp133 bool isPre = false; local

Completed in 178 milliseconds