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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7767       PointerType *PtrTy = dyn_cast<PointerType>(OpTy);
 7770       OpTy = PtrTy->getElementType();
 7774     if (StructType *STy = dyn_cast<StructType>(OpTy))
 7776         OpTy = STy->getElementType(0);
 7780     if (!OpTy->isSingleValueType() && OpTy->isSized()) {
 7780     if (!OpTy->isSingleValueType() && OpTy->isSized()) {
 7781       unsigned BitSize = DL.getTypeSizeInBits(OpTy);
 7790         OpTy = IntegerType::get(Context, BitSize);
 7795     return TLI.getValueType(DL, OpTy, true);