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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  232       CGF.getLLVMContext(), CGF.getContext().getTypeSize(T));
  239   Args[1] = EmitToInt(CGF, Args[1], T, IntType);
  240   Args[2] = EmitToInt(CGF, CGF.EmitScalarExpr(E->getArg(2)), T, IntType);
  251     return EmitFromInt(CGF, CGF.Builder.CreateExtractValue(Pair, 0), T,