Searched refs:getSIntNTy (Results 1 – 2 of 2) sorted by relevance
46 cir::IntType t = isSigned ? getSIntNTy(width) : getUIntNTy(width); in getConstInt()
197 cir::IntType getSIntNTy(int n) { in getSIntNTy() function266 value = createIntCast(value, getSIntNTy(intTy.getWidth())); in createNeg()