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

  /external/llvm/lib/VMCore/
Type.cpp 29 case DoubleTyID : return getDoubleTy(C);
203 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; }
225 return getDoubleTy(C)->getPointerTo(AS);
  /external/llvm/include/llvm/Support/
IRBuilder.h 254 /// getDoubleTy - Fetch the type representing a 64-bit floating point value.
255 Type *getDoubleTy() {
256 return Type::getDoubleTy(Context);
    [all...]

Completed in 390 milliseconds