Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1148 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp590 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() argument
591 return unwrap<IntegerType>(IntegerTy)->getBitWidth(); in LLVMGetIntTypeWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp637 Type *IntegerTy = Builder.getIntNTy(NumElts); in simplifyX86movmsk() local
641 Res = Builder.CreateBitCast(Res, IntegerTy); in simplifyX86movmsk()