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

References

lib/Transforms/IPO/Attributor.cpp
 3556     const auto *TLI = A.getInfoCache().getTargetLibraryInfoForFunction(*F);
 3584       Instruction *AI = new AllocaInst(Type::getInt8Ty(F->getContext()), AS,
 3605             BI, ConstantInt::get(F->getContext(), APInt(8, 0, false)), Size,
 3606             ConstantInt::get(Type::getInt1Ty(F->getContext()), false)};
 3609         Module *M = F->getParent();