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

  /external/llvm/lib/VMCore/
Type.cpp 29 case FloatTyID : return getFloatTy(C);
251 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; }
274 return getFloatTy(C)->getPointerTo(AS);
  /external/llvm/include/llvm/
IRBuilder.h 250 /// getFloatTy - Fetch the type representing a 32-bit floating point value.
251 Type *getFloatTy() {
252 return Type::getFloatTy(Context);
    [all...]

Completed in 33 milliseconds