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);
224 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; }
247 return getFloatTy(C)->getPointerTo(AS);
  /external/llvm/include/llvm/IR/
IRBuilder.h 336 Type *getFloatTy() {
337 return Type::getFloatTy(Context);
    [all...]

Completed in 179 milliseconds