HomeSort by relevance Sort by last modified time
    Searched defs:getInt8Ty (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/IR/
Type.cpp 167 IntegerType *Type::getInt8Ty(LLVMContext &C) { return &C.pImpl->Int8Ty; }
214 return getInt8Ty(C)->getPointerTo(AS);
241 case 8: return cast<IntegerType>(Type::getInt8Ty(C));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 211 IntegerType *Type::getInt8Ty(LLVMContext &C) { return &C.pImpl->Int8Ty; }
253 return getInt8Ty(C)->getPointerTo(AS);
280 case 8: return cast<IntegerType>(Type::getInt8Ty(C));
  /external/llvm/include/llvm/IR/
IRBuilder.h 281 return ConstantInt::get(getInt8Ty(), C);
320 IntegerType *getInt8Ty() {
321 return Type::getInt8Ty(Context);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 197 return ConstantInt::get(getInt8Ty(), C);
229 /// getInt8Ty - Fetch the type representing an 8-bit integer.
230 IntegerType *getInt8Ty() {
231 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 299 return ConstantInt::get(getInt8Ty(), C);
338 IntegerType *getInt8Ty() {
339 return Type::getInt8Ty(Context);
    [all...]

Completed in 419 milliseconds