Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.cpp46 cir::IntType t = isSigned ? getSIntNTy(width) : getUIntNTy(width); in getConstInt()
H A DCIRGenBuilder.h197 cir::IntType getSIntNTy(int n) { in getSIntNTy() function
266 value = createIntCast(value, getSIntNTy(intTy.getWidth())); in createNeg()