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

  /external/llvm/lib/IR/
Type.cpp 31 case DoubleTyID : return getDoubleTy(C);
231 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; }
257 return getDoubleTy(C)->getPointerTo(AS);
  /external/llvm/include/llvm/IR/
IRBuilder.h 256 Type *getDoubleTy() {
257 return Type::getDoubleTy(Context);
    [all...]

Completed in 378 milliseconds