Lines Matching defs:tryEmitPrivate
1143 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());
1192 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());
1519 auto C = tryEmitPrivate(E, destType);
1526 auto C = tryEmitPrivate(value, destType);
1544 auto C = tryEmitPrivate(E, destType);
1560 tryEmitPrivate(value, destType, EnablePtrAuthFunctionTypeDiscrimination);
1823 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType);
1830 auto C = tryEmitPrivate(value, nonMemoryDestType);
1926 llvm::Constant *ConstantEmitter::tryEmitPrivate(const Expr *E,
1944 return tryEmitPrivate(Result.Val, destType);
2325 ConstantEmitter::tryEmitPrivate(const APValue &Value, QualType DestType,
2398 llvm::Constant *LHS = tryEmitPrivate(LHSExpr, LHSExpr->getType());
2399 llvm::Constant *RHS = tryEmitPrivate(RHSExpr, RHSExpr->getType());