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

  /external/llvm/lib/IR/
Type.cpp 30 case FloatTyID : return getFloatTy(C);
230 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; }
253 return getFloatTy(C)->getPointerTo(AS);
  /external/llvm/include/llvm/IR/
IRBuilder.h 251 Type *getFloatTy() {
252 return Type::getFloatTy(Context);
    [all...]

Completed in 47 milliseconds