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

  /external/llvm/lib/IR/
Type.cpp 30 case FloatTyID : return getFloatTy(C);
157 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; }
182 return getFloatTy(C)->getPointerTo(AS);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 28 case FloatTyID : return getFloatTy(C);
202 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; }
221 return getFloatTy(C)->getPointerTo(AS);
  /external/llvm/include/llvm/IR/
IRBuilder.h 353 Type *getFloatTy() {
354 return Type::getFloatTy(Context);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 249 /// getFloatTy - Fetch the type representing a 32-bit floating point value.
250 Type *getFloatTy() {
251 return Type::getFloatTy(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 371 Type *getFloatTy() {
372 return Type::getFloatTy(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 371 Type *getFloatTy() {
372 return Type::getFloatTy(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 371 Type *getFloatTy() {
372 return Type::getFloatTy(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 371 Type *getFloatTy() {
372 return Type::getFloatTy(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 371 Type *getFloatTy() {
372 return Type::getFloatTy(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 371 Type *getFloatTy() {
372 return Type::getFloatTy(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 371 Type *getFloatTy() {
372 return Type::getFloatTy(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 371 Type *getFloatTy() {
372 return Type::getFloatTy(Context);
    [all...]

Completed in 1236 milliseconds