Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h204 return getSInt32Ty(); in getSIntNTy()
216 cir::IntType getSInt32Ty() { return typeCache.SInt32Ty; } in getSInt32Ty() function
252 return getConstantInt(loc, getSInt32Ty(), c); in getSInt32()