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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 1248       ArgVal = llvm::Constant::getIntegerValue(Int64Ty, llvm::APInt(64, Val));
 1250       ArgVal = EmitScalarExpr(TheExpr, /*Ignore*/ false);
 1258         if (!isa<Constant>(ArgVal))
 1259           RetainableOperands.push_back(ArgVal);
 1262       ArgVal = Builder.getInt32(Item.getConstValue().getQuantity());
 1266         CGM.getDataLayout().getTypeSizeInBits(ArgVal->getType());
 1269     ArgVal = Builder.CreateBitOrPointerCast(ArgVal, IntTy);
 1269     ArgVal = Builder.CreateBitOrPointerCast(ArgVal, IntTy);
 1272     ArgVal = Builder.CreateZExtOrBitCast(ArgVal, ConvertType(ArgTy));
 1272     ArgVal = Builder.CreateZExtOrBitCast(ArgVal, ConvertType(ArgTy));
 1273     Args.add(RValue::get(ArgVal), ArgTy);