Home
last modified time | relevance | path

Searched defs:IsInc (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp2482 llvm::Value *InVal, bool IsInc, in createBinOpInfoFromIncDec()
2495 const UnaryOperator *E, llvm::Value *InVal, bool IsInc) { in EmitIncDecConsiderOverflowBehavior()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp2452 bool IsInc = I == E - 1 || SwapElems[I] < SwapElems[I + 1]; in perfect() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21747 ISD::MemIndexedMode &AM, bool &IsInc, SelectionDAG &DAG) const { in getIndexedAddressParts()
21808 bool IsInc; in getPreIndexedAddressParts() local
21829 bool IsInc; in getPostIndexedAddressParts() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp14356 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24641 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc) { in incDecVectorConstant()