Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp101 mlir::Value createConstantInt(mlir::Location loc, unsigned width, in createConstantInt() function in __anone65c1a390111::OpenACCClauseCIREmitter
113 mlir::Value createConstantInt(SourceLocation loc, unsigned width, in createConstantInt() function in __anone65c1a390111::OpenACCClauseCIREmitter
115 return createConstantInt(cgf.cgm.getLoc(loc), width, value); in createConstantInt()
692 values.push_back(createConstantInt(exprLoc, 64, -1)); in VisitTileClause()
696 values.push_back(createConstantInt( in VisitTileClause()
764 createConstantInt(exprLoc, 64, curValue.getSExtValue())); in VisitGangClause()
766 values.push_back(createConstantInt(exprLoc, 64, -1)); in VisitGangClause()