Searched defs:isInc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 201 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); in VisitPrePostIncDec() argument
|
H A D | CGExprScalar.cpp | 2784 EmitScalarPrePostIncDec(const UnaryOperator * E,LValue LV,bool isInc,bool isPre) EmitScalarPrePostIncDec() argument 5529 EmitScalarPrePostIncDec(const UnaryOperator * E,LValue LV,bool isInc,bool isPre) EmitScalarPrePostIncDec() argument [all...] |
H A D | CGExpr.cpp | 1204 EmitComplexPrePostIncDec(const UnaryOperator * E,LValue LV,bool isInc,bool isPre) EmitComplexPrePostIncDec() argument 3238 bool isInc = E->getOpcode() == UO_PreInc; EmitUnaryOpLValue() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 19802 getARMIndexedAddressParts(SDNode * Ptr,EVT VT,bool isSEXTLoad,SDValue & Base,SDValue & Offset,bool & isInc,SelectionDAG & DAG) getARMIndexedAddressParts() argument 19861 getT2IndexedAddressParts(SDNode * Ptr,EVT VT,bool isSEXTLoad,SDValue & Base,SDValue & Offset,bool & isInc,SelectionDAG & DAG) getT2IndexedAddressParts() argument 19887 getMVEIndexedAddressParts(SDNode * Ptr,EVT VT,Align Alignment,bool isSEXTLoad,bool IsMasked,bool isLE,SDValue & Base,SDValue & Offset,bool & isInc,SelectionDAG & DAG) getMVEIndexedAddressParts() argument 19976 bool isInc; getPreIndexedAddressParts() local 20056 bool isInc; getPostIndexedAddressParts() local [all...] |