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

  /external/llvm/lib/IR/
Type.cpp 32 case X86_FP80TyID : return getX86_FP80Ty(C);
161 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; }
190 return getX86_FP80Ty(C)->getPointerTo(AS);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 30 case X86_FP80TyID : return getX86_FP80Ty(C);
205 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; }
229 return getX86_FP80Ty(C)->getPointerTo(AS);

Completed in 216 milliseconds