HomeSort by relevance Sort by last modified time
    Searched refs:getDoubleTy (Results 26 - 42 of 42) sorted by null

12

  /external/llvm/lib/IR/
Constants.cpp 699 Ty = Type::getDoubleTy(Context);
    [all...]
Function.cpp 752 case IITDescriptor::Double: return Type::getDoubleTy(Context);
    [all...]
Core.cpp 349 return (LLVMTypeRef) Type::getDoubleTy(*unwrap(C));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 234 if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
252 if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
256 } else if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
389 return "Type::getDoubleTy(mod->getContext())";
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 683 TYPEKEYWORD("double", Type::getDoubleTy(Context));
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 258 case 8: t = Type::getDoubleTy(Context); break;
  /external/llvm/include/llvm/IR/
IRBuilder.h 340 Type *getDoubleTy() {
341 return Type::getDoubleTy(Context);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
TargetInfo.cpp     [all...]
CodeGenModule.cpp 103 DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 942 ResultTy = Type::getDoubleTy(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 608 milliseconds

12