Home
last modified time | relevance | path

Searched refs:negativeOne (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp81 Value negativeOne = b.create<arith::ConstantOp>( in matchAndRewrite() local
83 Value negativeI = b.create<complex::CreateOp>(type, zero, negativeOne); in matchAndRewrite()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp2260 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2263 llvmElementType, elementPast, negativeOne, "arraydestroy.element"); in emitArrayDestroy()