Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp2392 llvm::Value *InVal, bool IsInc, in createBinOpInfoFromIncDec()
2405 const UnaryOperator *E, llvm::Value *InVal, bool IsInc) { in EmitIncDecConsiderOverflowBehavior()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1953 bool IsInc = I == E-1 || SwapElems[I] < SwapElems[I+1]; in perfect() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16457 bool &IsInc, in getIndexedAddressParts()
16493 bool IsInc; in getPreIndexedAddressParts() local
16514 bool IsInc; in getPostIndexedAddressParts() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp13245 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22805 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc) { in incDecVectorConstant()