reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 3256   unsigned LoSize = (unsigned)TD.getTypeAllocSize(Lo);
 3271     if (Lo->isFloatTy())
 3272       Lo = llvm::Type::getDoubleTy(Lo->getContext());
 3272       Lo = llvm::Type::getDoubleTy(Lo->getContext());
 3274       assert((Lo->isIntegerTy() || Lo->isPointerTy())
 3274       assert((Lo->isIntegerTy() || Lo->isPointerTy())
 3276       Lo = llvm::Type::getInt64Ty(Lo->getContext());
 3276       Lo = llvm::Type::getInt64Ty(Lo->getContext());
 3280   llvm::StructType *Result = llvm::StructType::get(Lo, Hi);