Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:AS

172   // structure as a member.
191 /// point. This boils down to being whether it is complete, as well as whether
315 // LLVM void type can only be used as the result of a function call. Just
316 // map to the same as char.
321 // Note that we always return bool as i1 for use as a scalar type.
347 // type),. or can be represented as a set of native operations.
361 // Model std::nullptr_t as i8*
389 unsigned AS = Context.getTargetAddressSpace(ETy);
390 ResultType = llvm::PointerType::get(PointeeType, AS);
399 unsigned AS = Context.getTargetAddressSpace(ETy);
400 ResultType = llvm::PointerType::get(PointeeType, AS);
547 unsigned AS = Context.getTargetAddressSpace(FTy);
548 ResultType = llvm::PointerType::get(PointeeType, AS);
626 // structs as well.