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

  /external/llvm/lib/IR/
Type.cpp 169 IntegerType *Type::getInt32Ty(LLVMContext &C) { return &C.pImpl->Int32Ty; }
222 return getInt32Ty(C)->getPointerTo(AS);
243 case 32: return cast<IntegerType>(Type::getInt32Ty(C));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 213 IntegerType *Type::getInt32Ty(LLVMContext &C) { return &C.pImpl->Int32Ty; }
261 return getInt32Ty(C)->getPointerTo(AS);
282 case 32: return cast<IntegerType>(Type::getInt32Ty(C));
  /external/llvm/include/llvm/IR/
IRBuilder.h 291 return ConstantInt::get(getInt32Ty(), C);
330 IntegerType *getInt32Ty() {
331 return Type::getInt32Ty(Context);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 207 return ConstantInt::get(getInt32Ty(), C);
239 /// getInt32Ty - Fetch the type resepresenting a 32-bit integer.
240 IntegerType *getInt32Ty() {
241 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 309 return ConstantInt::get(getInt32Ty(), C);
348 IntegerType *getInt32Ty() {
349 return Type::getInt32Ty(Context);
    [all...]

Completed in 581 milliseconds