Searched refs:IntegerTy (Results 1 – 2 of 2) sorted by relevance
1143 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
582 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() argument583 return unwrap<IntegerType>(IntegerTy)->getBitWidth(); in LLVMGetIntTypeWidth()