Lines Matching defs:tryEmitPrivate
1228 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());
1277 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());
1604 auto C = tryEmitPrivate(E, destType);
1611 auto C = tryEmitPrivate(value, destType);
1629 auto C = tryEmitPrivate(E, destType);
1645 tryEmitPrivate(value, destType, EnablePtrAuthFunctionTypeDiscrimination);
1908 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType);
1915 auto C = tryEmitPrivate(value, nonMemoryDestType);
2011 llvm::Constant *ConstantEmitter::tryEmitPrivate(const Expr *E,
2029 return tryEmitPrivate(Result.Val, destType);
2410 ConstantEmitter::tryEmitPrivate(const APValue &Value, QualType DestType,
2483 llvm::Constant *LHS = tryEmitPrivate(LHSExpr, LHSExpr->getType());
2484 llvm::Constant *RHS = tryEmitPrivate(RHSExpr, RHSExpr->getType());