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

References

tools/clang/lib/CodeGen/CGCall.cpp
 2518       alloca = Builder.CreateElementBitCast(alloca, coercionType);
 2521       for (unsigned i = 0, e = coercionType->getNumElements(); i != e; ++i) {
 2522         llvm::Type *eltType = coercionType->getElementType(i);